body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Microsoft Yahei';
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header.on {
  background: rgba(1, 85, 157, .5);
}

.header>.container {
  height: 100px;
}

.header .logo img {
  width: 350px;
  height: 54px;
}

.header .navs {
  height: 100%;
}

.header .navs>ul {
  width: 810px;
  height: 100%;
}

.header .navs>ul>li {
  position: relative;
  height: 100%;
}

.header .navs>ul>li>a {
  color: #fff;
  font-size: 16px;
  border-bottom: solid 3px transparent;
  padding-bottom: 8px;
}

.header .navs>ul>li>.active,
.header .navs>ul>li:hover>a {
  border-color: #fff;
}

.header .navs>ul>li>.dropdown_menu {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.7);
  border-top: solid 2px #c8cacb;
  border-bottom: solid 2px #01559d;
  padding: 30px 0;
}

.header .navs>ul>li:hover>.dropdown_menu {
  display: block;
}

.header .navs>ul>li>.dropdown_menu ul {
  padding-left: 455px;
}

.header .navs>ul>li:nth-child(5)>.dropdown_menu ul {
  padding-left: 775px;
}

.header .navs>ul>li:nth-child(6)>.dropdown_menu ul {
  padding-left: 875px;
}

.header .navs>ul>li:nth-child(7)>.dropdown_menu ul {
  padding-left: 992px;
}

.header .navs>ul>li:nth-child(8)>.dropdown_menu ul {
  padding-left: 1085px;
}

.header .navs>ul>li>.dropdown_menu li {
  padding: 5px 0;
  margin: 0 20px;
}

.header .navs>ul>li>.dropdown_menu li a {
  color: #333;
  font-size: 14px;
}

.header .navs>ul>li>.dropdown_menu li:hover a {
  color: #01559d;
}

.index_banner {
  position: relative;
  overflow: hidden;
}

.index_banner .hd {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  z-index: 1;
}

.index_banner .hd ul li {
  float: left;
  margin-right: 10px;
  width: 11px;
  height: 11px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.index_banner .hd ul li.on {
  background: #01559d;
  color: #fff;
  width: 35px;
  border-radius: 25px;
}

.index_banner .bd {
  height: 100%;
}

.index_banner .bd img {
  width: 100%;
}

.main1 {
  background: #EEEEEE;
  margin-top: 26px;
}

.main1 .title {
  height: 52px;
}

.main1 .title h2 {
  border-right: solid 1px #CBCBCB;
  color: #01559d;
  font-size: 16px;
  width: 97px;
  text-align: center;
}

.main1 .content {
  position: relative;
  overflow: hidden;
  margin-left: 27px;
}

.main1 .content .swiper-container {
  width: 1116px;
}

.main1 .content .swiper-slide {
  width: 350px;
  height: 52px;
  color: #333333;
  font-size: 14px;
  margin-right: 22px;
}

.main1 .content .swiper-slide a {
  overflow: hidden;
}

.main1 .content .swiper-slide .tt {
  padding-left: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main1-button {
  width: 40px;
  height: 100%;
  background: #D3D3D3;
  z-index: 1;
  padding: 0 8px;
}

.main1-button div {
  user-select: none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.main1-button .main1-button-prev {
  border-right: 8px solid #fff;
  cursor: pointer;
}

.main1-button .main1-button-next {
  border-left: 8px solid #fff;
  cursor: pointer;
}

.main2 {
  margin-top: 32px;
}

.main2 .left {
  width: 630px;
}

.main2 .left .title {
  background: url(../images/main2_title_border.jpg) no-repeat;
  background-position-y: 100%;
  font-size: 28px;
  color: #333333;
  padding-bottom: 10px;
}

.main2 .left .con {
  margin-top: 24px;
}

.main2 .left .con .swiper-slide {
  position: relative;
}

.main2 .left .con .swiper-slide .pic img {
  width: 100%;
  height: 437px;
}

.main2 .left .con .swiper-slide .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  height: 62px;
  line-height: 62px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, .5);
}

.main2 .left .con .swiper-pagination {
  right: 20px;
  width: auto;
  left: auto;
  bottom: 20px;
}

.main2 .left .con .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  margin-left: 8px;
}

.main2 .left .con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #01559d;
}

.main2 .right {
  width: 630px;
}

.main2 .right .slidetxtbox .hd ul li {
  border: solid 2px #CCCCCC;
  padding: 7px 28px;
  margin-left: 9px;
  cursor: pointer;
}

.main2 .right .slidetxtbox .hd ul li.on {
  background: #01559D;
  border-color: #01559D;
}

.main2 .right .slidetxtbox .hd ul li a {
  color: #333333;
  font-size: 16px;
}

.main2 .right .slidetxtbox .hd ul li.on a {
  color: #fff;
}

.main2 .right .slidetxtbox .bd ul li {
  margin-top: 29px;
}

.main2 .right .slidetxtbox .bd ul li a {
  height: 88px;
}

.main2 .right .slidetxtbox .bd ul li .date {
  border-right: solid 2px #DDDDDD;
  height: 100%;
  padding-right: 20px;
  margin-right: 20px;
  color: #333333;
}

.main2 .right .slidetxtbox .bd ul li:hover .date {
  color: #01559d;
}

.main2 .right .slidetxtbox .bd ul li .date span {
  font-size: 28px;
}

.main2 .right .slidetxtbox .bd ul li .date p {
  font-size: 14px;
  text-align: right;
  padding-top: 6px;
}

.main2 .right .slidetxtbox .bd ul li .text {
  height: 100%;
  overflow: hidden;
}

.main2 .right .slidetxtbox .bd ul li .text h4 {
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main2 .right .slidetxtbox .bd ul li:hover .text h4 {
  color: #01559d;
  font-weight: bold;
}

.main2 .right .slidetxtbox .bd ul li .text p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-top: 13px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.main3 {
  position: relative;
  background: url(../images/main3_bg.png) no-repeat;
  height: 324px;
  margin-top: 35px;
}

.main3 .content {
  width: 776px;
  position: absolute;
  bottom: 0;
  right: 46px;
}

.main3 .content .swiper-container {
  width: 720px;
  margin: auto;
}

.main3 .content .main3-button-prev,
.main3 .content .main3-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #ffffff;
  font-size: 36px;
  font-family: "宋体";
  width: 28px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: rgba(0, 0, 0, .6);
  user-select: none;
}

.main3 .content .main3-button-prev::after {
  content: "<";
}

.main3 .content .main3-button-next::after {
  content: ">";
}

.main3 .content .main3-button-prev {
  left: 0;
}

.main3 .content .main3-button-next {
  right: 0;
}

.main3 .content .swiper-slide {
  background: #F5F5F5;
  text-align: center;
  padding: 52px 30px 45px;
}

.main3 .content .swiper-slide:hover {
  background: #fff;
}

.main3 .content .swiper-slide i img {
  height: 39px;
}

.main3 .content .swiper-slide h4 {
  color: #353535;
  font-size: 18px;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main3 .content .swiper-slide span {
  color: #b5b5b5;
  font-size: 12px;
  display: block;
  padding-top: 5px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main3 .content .swiper-slide p {
  color: #8d8d8d;
  font-size: 12px;
  line-height: 24px;
  padding-top: 10px;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.main4 {
  margin-top: 34px;
}

.main4 .title {
  background: url(../images/main2_title_border.jpg) no-repeat;
  background-position-y: 0%;
  background-position-y: 100%;
  font-size: 28px;
  color: #333333;
  padding-bottom: 10px;
}

.main4 .title h2 {
  font-size: 28px;
  color: #333333;
}

.main4 .content {
  margin-top: 26px;
}

.main4 .content .left {
  position: relative;
  width: 492px;
}

.main4 .content .left .pic {
  overflow: hidden;
}

.main4 .content .left .pic img {
  width: 100%;
  height: 441px;
  transition: all .5s;
}

.main4 .content .left .pic:hover img {
  transform: scale(1.1);
}

.main4 .content .left .text {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 24px;
  color: #f5f5f5;
  text-align: center;
}

.main4 .content .right {
  width: 766px;
}

.main4 .content .right ul li {
  position: relative;
  width: 372px;
  margin-top: 21px;
  margin-left: 22px;
}

.main4 .content .right ul li .pic {
  overflow: hidden;
}

.main4 .content .right ul li .pic img {
  width: 100%;
  height: 210px;
  transition: all .5s;
}

.main4 .content .right ul li:hover .pic img {
  transform: scale(1.1);
}

.main4 .content .right ul li:nth-child(-n+2) {
  margin-top: 0;
}

.main4 .content .right ul li:nth-child(odd) {
  margin-left: 0;
}

.main4 .content .right ul li .text {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 24px;
  color: #f5f5f5;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.links {
  margin-top: 50px;
  margin-bottom: 45px;
}

.links .title {
  color: #333333;
  font-size: 18px;
  width: 115px;
  background: url(../images/links_title.png) no-repeat;
  background-position-x: 0;
}

.links .content ul li {
  border: solid 1px #BFBFBF;
  margin-left: 12px;
  width: 184px;
}

.links .content ul li:first-child {
  margin-left: 0;
}

.links .content ul li img {
  width: 100%;
  height: 44px;
}

.footer {
  background: #01559D;
  padding: 30px 0;
}

.footer .left .footer_logo {
  padding-bottom: 10px;
}

.footer .left p {
  color: #eaeaea;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}

.footer .left p img {
  padding-right: 18px;
}

.footer .mid p {
  display: block;
  color: #ececec;
  font-size: 16px;
  line-height: 2;
}

.footer .mid p img {
  padding-right: 10px;
}

.footer .right {
  text-align: center;
}

.footer .right img {
  width: 106px;
}

.footer .right p {
  font-size: 16px;
  color: #ececec;
  padding-top: 8px;
}

.nybanner img {
  width: 100%;
}

.crumb {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.crumb .container {
  height: 63px;
  color: #666666;
  font-size: 16px;
}

.crumb a {
  color: #666666;
  font-size: 16px;
  margin: 0 5px;
}

.ny {
  background: #F4F4F4;
}

.ny .container {
  padding: 50px 0;
}

.ny .left {
  width: 280px;
}

.ny .left .title {
  background: url(../images/nytitle.jpg) no-repeat;
  font-size: 22px;
  color: #ffffff;
  line-height: 76px;
  text-align: center;
}

.ny .left ul {
  background: #fff;
  padding: 17px 30px;
}

.ny .left ul li {
  margin-top: 10px;
}

.ny .left ul li:first-child {
  margin-top: 0;
}

.ny .left ul li a {
  background: #E9E9E9;
  font-size: 18px;
  color: #333333;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.ny .left ul li a.active,
.ny .left ul li:hover a {
  background: #01559D;
  color: #ffffff;
}

.ny .right {
  width: 968px;
  background: #fff;
  padding: 20px 40px 30px;
}

.nytitle {
  text-align: center;
}

.nytitle h3 {
  color: #01559D;
  font-size: 20px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.nytitle span {
  color: #333;
  font-size: 16px;
  padding-top: 10px;
  display: block;
}



.ny .nypage .content {
  margin-top: 30px;
  color: #666666;
  font-size: 16px;
  line-height: 36px;
}


.ny .nypage .content img {
  max-width: 100%;
  height: auto !important;
}

.nylist .content ul li {
  padding: 25px 0;
  border-bottom: solid 1px #CCCCCC;
}

.nylist .content ul li .pic {
  width: 177px;
  height: 125px;
  overflow: hidden;
}

.nylist .content ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.nylist .content ul li:hover .pic img {
  transform: scale(1.1);
}

.nylist .content ul li .text {
  width: 680px;
}

.nylist .content ul li .text h4 {
  color: #333333;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nylist .content ul li:hover .text h4 {
  color: #01559d;
}

.nylist .content ul li .text span {
  color: #666666;
  font-size: 16px;
  display: block;
  padding-top: 10px;
}

.nylist .content ul li .text p {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  padding-top: 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.pages {
  text-align: center;
  margin-top: 30px;
}

.pages span {
  font-size: 14px;
  color: #333;
  margin: 0 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.pages span.p_n1 {
  border-radius: 50%;
  background: #01559D;
  color: #fff;
}

.pages span.p_n3 {
  font-family: "宋体";
}

.nylist_product .content {
  margin-top: 30px;
}

.nylist_product .content ul li {
  width: 286px;
  margin-top: 15px;
  margin-left: 15px;
  position: relative;
}

.nylist_product .content ul li:nth-child(-n+3) {
  margin-top: 0;
}

.nylist_product .content ul li:nth-child(3n+1) {
  margin-left: 0;
}

.nylist_product .content ul li .pic {
  overflow: hidden;
}

.nylist_product .content ul li .pic img {
  width: 100%;
  height: 195px;
  transition: all .5s;
}

.nylist_product .content ul li:hover .pic img {
  transform: scale(1.1);
}

.nylist_product .content ul li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(1, 85, 157, .5);
  padding: 5px 10px;
}

.nylist_product .content ul li .text h4 {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.nylist_gonggao .content ul li {
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
}


.nylist_gonggao .content ul li:hover {
  background: #F3F3F3;
}

.nylist_gonggao .content ul li:first-child {
  margin-top: 30px;
}

.nylist_gonggao .content ul li .date {
  text-align: center;
  border-right: solid 1px #ccc;
  padding: 5px 15px;
  margin-right: 15px;
  width: 110px;
}

.nylist_gonggao .content ul li .date span {
  font-size: 28px;
  color: #01559d;
}

.nylist_gonggao .content ul li .date p {
  font-size: 16px;
}

.nylist_gonggao .content ul li .text {
  overflow: hidden;
  width: 763px;
}

.nylist_gonggao .content ul li .text h4 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.nylist_gonggao .content ul li .text p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding-top: 15px;
}

.ny .nypage .content .my-map {
  margin: 30px auto 0;
  width: 100%;
  height: 640px;
  font-size: 16px;
  line-height: 2;
}

.ny .nypage .content .my-map img {
  max-width: initial !important;
}

.rightfixed {
  z-index: 1000;
  position: fixed;
  bottom: 8px;
  right: 8px;
}

.report {
  border-bottom: solid 1px #ccc;
  padding: 25px 0px;
}

.report img {
  max-width: 100%;
}

@media(min-width:641px) {
  .mobile {
    display: none !important;
  }
}

@media(max-width:640px) {

  
  .header {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 0 .5rem;
    height: 2rem;
    align-items: center;
    width: 100%;
    background: #01559d;
  }

  .header .index_logo {
    width: 50%;
  }

  .header .index_logo img {
    width: 100%;
  }

  .header .phone {
    position: relative;
    margin-left: auto;
    padding-right: .95rem;
    color: #01559d;
    font-size: .75rem;
    padding-left: 1.175rem;
  }

  .header .phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: .8rem;
    height: .8rem;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 100%;
  }

  .header .menu {
    display: flex;
    align-items: center;
    color: #fff;
  }

  .header .menu i {
    font-size: 1.5rem;
  }

  .side-box {
    position: fixed;
    top: 0px;
    width: 300px;
    right: -300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 284px;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .nypage_jmys .nyright {
    background: #fff;
  }

  .nypage .content span.page_jm {
    color: #ccc;
  }

  .nypage .page_jm::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -98px;
    width: 77px;
    height: 1px;
    background: #333333;
    display: block;
  }

  .nypage .page_jm::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -98px;
    width: 77px;
    height: 1px;
    background: #333333;
    display: block
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 1px 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #01559d;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: 3px;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>u {
    display: none;
  }

  .nav-first>i {
    display: none;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 0 0.75rem;
    line-height: 2rem;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 0.375rem 0 0.025rem;
    line-height: 1.75rem;
    font-size: 0.55rem;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: 0.65rem;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: 30px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: 6px;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: 12px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #01559d;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #01559d;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 3999px;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 76px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
    display: none;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #01559d;
    top: 50%;
    left: 50%;
    border-radius: 2px;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    height: 12px;
    width: 2px;
    margin: -6px 0 0 -1px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #01559d;
    left: 50%;
    top: 50%;
    border-radius: 2px;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: 1px 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 1px 0;
    list-style: none;
    padding: 0;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: 0 0.75rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: .56rem;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #01559d;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: 1px 0 0 0;
    margin: 0 30px;
  }

  .nav-third>a {
    padding: 0 .75rem;
    line-height: 1.25rem;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #01559d;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: .75rem .75rem .625rem .75rem;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: .125rem;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: .55rem;
    letter-spacing: -1px;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: 4px 4px 0 4px;
    margin-top: .225rem;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: .25rem;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(.75rem);
    -moz-transform: translateY(.75rem);
    -ms-transform: translateY(.75rem);
    -o-transform: translateY(.75rem);
    -webkit-transform: translateY(.75rem);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    
    overflow: hidden;
    width: auto !important;
    background: rgba(0, 0, 0, .03);
  }

  
  .pc {
    display: none !important;
  }

  .container {
    width: 95%;
  }

  .main1 {
    margin-top: .5rem;
  }

  .main1 .title {
    height: 1.3rem;
  }

  .main1 .title h2 {
    width: 2.425rem;
    font-size: .5rem;
  }

  .main1 .content {
    margin-left: .675rem;
  }

  .main1 .content .swiper-container {
    width: 100%;
  }

  .main1 .content .swiper-slide {
    width: 8.75rem;
    height: 1.3rem;
    font-size: .35rem;
    margin-right: .55rem;
  }

  .main1 .content .swiper-slide .date {
    font-size: .5rem;
  }

  .main1 .content .swiper-slide .tt {
    padding-left: .55rem;
    font-size: .5rem;
  }

  .main1-button {
    width: 1.5rem;
  }

  .main2 {
    margin-top: .8rem;
  }

  .main2 .left {
    width: 100%;
  }

  .main2 .left .title {
    font-size: .7rem;
    padding-bottom: .25rem;
  }

  .main2 .left .con {
    margin-top: .6rem;
  }

  .main2 .left .con .swiper-slide .pic img {
    height: 10.925rem;
  }

  .main2 .left .con .swiper-slide .tt {
    font-size: .6rem;
    height: 1.55rem;
    line-height: 1.55rem;
    padding-left: .5rem;
  }

  .main2 .left .con .swiper-pagination {
    right: .5rem;
    bottom: .5rem;
  }

  .main2 .left .con .swiper-pagination .swiper-pagination-bullet {
    width: .3rem;
    height: .3rem;
    margin-left: .2rem;
  }

  .main2 .right {
    width: 100%;
    margin-top: .5rem;
  }

  .main2 .right .slidetxtbox .hd ul li {
    padding: 0;
    margin-left: 1.33%;
    width: 24%;
    text-align: center;
  }

  .main2 .right .slidetxtbox .hd ul li:first-child {
    margin-left: 0;
  }

  .main2 .right .slidetxtbox .hd ul li a {
    font-size: .6rem;
  }

  .main2 .right .slidetxtbox .bd ul li {
    margin-top: 0;
    border-bottom: solid 1px #ccc;
    padding: .5rem 0;
  }

  .main2 .right .slidetxtbox .bd ul li a {
    height: 2.2rem;
  }

  .main2 .right .slidetxtbox .bd ul li .date {
    padding-right: .5rem;
    margin-right: .5rem;
  }

  .main2 .right .slidetxtbox .bd ul li .date span {
    font-size: .7rem;
  }

  .main2 .right .slidetxtbox .bd ul li .date p {
    font-size: .5rem;
    padding-top: .15rem;
  }

  .main2 .right .slidetxtbox .bd ul li .text h4 {
    position: relative;
    font-size: .65rem;
    padding-left: .5rem;
  }

  .main2 .right .slidetxtbox .bd ul li .text h4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border: solid 3px #01559d;
    border-radius: 50%;
    display: block;
  }

  .main2 .right .slidetxtbox .bd ul li .text p {
    font-size: .5rem;
    line-height: .6rem;
    padding-top: .325rem;
  }

  .main3 {
    height: auto;
    margin-top: .875rem;
    background: none;
  }

  .main3 .title {
    background: url(../images/main2_title_border.jpg) no-repeat;
    background-position-y: 100%;
    font-size: .7rem;
    padding-bottom: .25rem;
    color: #333333;
  }

  .main3 .content {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: .5rem;
  }

  .main3 .content .swiper-container {
    width: 100%;
  }

  .main3 .content .swiper-slide {
    padding: 1.3rem .75rem 1.125rem;
  }

  .main3 .content .swiper-slide h4 {
    font-size: .5rem;
    padding-top: .25rem;
  }

  .main3 .content .swiper-slide span {
    font-size: .4rem;
    padding-top: .125rem;
  }

  .main3 .content .swiper-slide p {
    font-size: .4rem;
    line-height: .6rem;
    padding-top: .25rem;
  }

  .main3 .content .main3-button-prev,
  .main3 .content .main3-button-next {
    font-size: .9rem;
    width: .7rem;
    height: 1.45rem;
    line-height: 1.45rem;
    z-index: 1;
  }

  .main4 {
    margin-top: .85rem;
  }

  .main4 .title {
    font-size: .7rem;
    padding-bottom: .25rem;
  }

  .main4 .content {
    margin-top: .65rem;
  }

  .main4 .content .left {
    width: 100%;
  }

  .main4 .content .left .pic img {
    height: 13.5rem;
  }

  .main4 .content .left .text {
    bottom: .5rem;
    font-size: .6rem;
  }

  .main4 .content .right {
    width: 100%;
    margin-top: .5rem;
  }

  .main4 .content .right ul li {
    width: 48%;
    margin-left: 4%;
    margin-top: .5rem;
  }

  .main4 .content .right ul li .pic img {
    height: 4rem;
  }

  .main4 .content .right ul li .text {
    bottom: .5rem;
    font-size: .6rem;
  }

  .links {
    margin-top: 1.25rem;
    margin-bottom: 1.125rem;
  }

  .links .title {
    font-size: .7rem;
    width: 100%;
    justify-content: start !important;
    padding-left: .5rem;
  }

  .links .content ul li {
    width: 32%;
    margin-left: 2%;
    margin-top: .5rem;
  }

  .links .content ul li:nth-child(3n+1) {
    margin-left: 0;
  }

  .links .content ul li img {
    height: 1.1rem;
  }

  .footer {
    padding: 1.25rem 0;
  }

  .footer .left {
    display: none;
  }

  .footer .left .footer_logo img {
    max-width: 100%;
  }

  .footer .left p {
    font-size: .5rem;
  }

  .footer .left p img {
    padding-right: .45rem;
  }

  .footer .mid {
    margin-top: 0;
    width: 65%;
  }

  .footer .mid p {
    font-size: .5rem;
  }

  .footer .right {
    margin-top: .5rem;
  }

  .footer .right img {
    width: 2.5rem;
  }

  .footer .right p {
    font-size: .4rem;
    padding-top: .2rem;
  }

  .ny .container {
    padding: 1.25rem 0;
  }

  .ny .left {
    width: 100%;
  }

  .ny .left .title {
    font-size: .7rem;
    line-height: 1.9rem;
    background-size: 100%;
  }

  .ny .left .title i {
    padding-left: 1rem;
  }

  .ny .left ul {
    padding: .425rem .75rem;
    display: none;
  }

  .ny .left ul li {
    margin-top: .25rem;
  }

  .ny .left ul li a {
    font-size: .6rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }

  .ny .right {
    width: 100%;
    padding: 1rem .75rem;
    margin-top: 0.5rem;
  }

  .nytitle h3 {
    font-size: .7rem;
  }

  .ny .nypage .content {
    margin-top: .75rem;
    font-size: .55rem;
    line-height: 1rem;
  }

  .nylist .content ul li {
    padding: .5rem 0;
  }

  .nylist .content ul li .pic {
    width: 20%;
    height: 1.9rem;
  }

  .nylist .content ul li .text {
    width: 80%;
    padding-left: 2%;
  }

  .nylist .content ul li .text h4 {
    font-size: .6rem;
  }

  .nylist .content ul li .text span {
    font-size: .5rem;
    padding-top: .25rem;
  }

  .nylist .content ul li .text p {
    display: none;
  }

  .pages {
    margin-top: .75rem;
  }

  .pages span {
    font-size: .5rem;
    margin: 0 .125rem;
    width: .625rem;
    height: .625rem;
    line-height: .625rem;
  }

  .nylist_product .content ul li {
    width: 49%;
    margin-top: .5rem;
    margin-left: 0;
    padding: .25rem;
    border: solid 1px #ccc;
  }

  .nylist_product .content ul li:nth-child(even) {
    margin-left: 2%;
  }

  .nylist_product .content ul li:nth-child(3) {
    margin-top: .5rem;
  }

  .nylist_product .content ul li .pic {
    height: 3.5rem;
  }

  .nylist_product .content ul li .pic img {
    height: auto;
  }

  .nylist_product .content ul li .text {
    position: relative;
    background: none;
  }

  .nylist_product .content ul li .text h4 {
    font-size: .5rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nylist_product .content ul li .text {
    padding: .125rem .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .my-map {
    margin: .75rem auto 0;
    height: 10rem;
  }

  .nylist_gonggao .content ul li:first-child {
    margin-top: 0;
  }

  .nylist_gonggao .content ul li .text {
    width: 100%;
  }

  .nylist_gonggao .content ul li .text h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ny .nypage .content video {
    width: 100%;
    height: auto;
  }
}